home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / handles / unit1.dfm / unit1.txt
Text File  |  1996-04-08  |  3KB  |  146 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 99
  4.   Width = 418
  5.   Height = 300
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnClick = FormClick
  13.   TextHeight = 16
  14.   object Label1: TLabel
  15.     Left = 16
  16.     Top = 48
  17.     Width = 67
  18.     Height = 16
  19.     Caption = 'Click me...'
  20.     OnMouseDown = Label1MouseDown
  21.   end
  22.   object Edit1: TEdit
  23.     Left = 272
  24.     Top = 48
  25.     Width = 121
  26.     Height = 24
  27.     TabOrder = 1
  28.     Text = 'Click me, too...'
  29.     OnMouseDown = Edit1MouseDown
  30.   end
  31.   object Button2: TButton
  32.     Left = 112
  33.     Top = 224
  34.     Width = 89
  35.     Height = 33
  36.     Caption = 'Lock'
  37.     TabOrder = 2
  38.     OnClick = Button2Click
  39.   end
  40.   object Button3: TButton
  41.     Left = 208
  42.     Top = 224
  43.     Width = 89
  44.     Height = 33
  45.     Caption = 'Unlock'
  46.     TabOrder = 3
  47.     OnClick = Button3Click
  48.   end
  49.   object Button4: TButton
  50.     Left = 304
  51.     Top = 224
  52.     Width = 89
  53.     Height = 33
  54.     Caption = 'Quit'
  55.     TabOrder = 4
  56.     OnClick = Button4Click
  57.   end
  58.   object Panel1: TPanel
  59.     Left = 16
  60.     Top = 104
  61.     Width = 377
  62.     Height = 97
  63.     Caption = 'Click me...'
  64.     TabOrder = 5
  65.     OnMouseDown = Panel1MouseDown
  66.     object Button5: TButton
  67.       Left = 272
  68.       Top = 32
  69.       Width = 89
  70.       Height = 33
  71.       Caption = '... or me...'
  72.       TabOrder = 0
  73.       OnMouseDown = Button5MouseDown
  74.     end
  75.   end
  76.   object Handle1: TStretchHandle
  77.     Left = 16
  78.     Top = 8
  79.     Width = 24
  80.     Height = 24
  81.     GridX = 1
  82.     GridY = 1
  83.     Enabled = False
  84.     Visible = False
  85.   end
  86.   object Handle2: TStretchHandle
  87.     Left = 56
  88.     Top = 8
  89.     Width = 24
  90.     Height = 24
  91.     GridX = 1
  92.     GridY = 1
  93.     Enabled = False
  94.     Visible = False
  95.   end
  96.   object Handle3: TStretchHandle
  97.     Left = 96
  98.     Top = 8
  99.     Width = 24
  100.     Height = 24
  101.     GridX = 1
  102.     GridY = 1
  103.     Enabled = False
  104.     Visible = False
  105.     OnMouseDown = Handle3MouseDown
  106.   end
  107.   object Handle4: TStretchHandle
  108.     Left = 136
  109.     Top = 8
  110.     Width = 24
  111.     Height = 24
  112.     GridX = 1
  113.     GridY = 1
  114.     Enabled = False
  115.     Visible = False
  116.   end
  117.   object Handle5: TStretchHandle
  118.     Left = 176
  119.     Top = 8
  120.     Width = 24
  121.     Height = 24
  122.     GridX = 1
  123.     GridY = 1
  124.     Enabled = False
  125.     Visible = False
  126.   end
  127.   object Button6: TButton
  128.     Left = 16
  129.     Top = 224
  130.     Width = 89
  131.     Height = 33
  132.     Caption = 'Color'
  133.     TabOrder = 11
  134.     OnClick = Button6Click
  135.   end
  136.   object Button1: TButton
  137.     Left = 136
  138.     Top = 48
  139.     Width = 89
  140.     Height = 33
  141.     Caption = 'Click me...'
  142.     TabOrder = 0
  143.     OnMouseDown = Button1MouseDown
  144.   end
  145. end
  146.